home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / tqs / PROGRAMS.SHR / QSEIII.B50 < prev    next >
Encoding:
Text File  |  1995-05-15  |  3.4 KB  |  125 lines

  1. REM
  2. REM                        Strike Eagle III by MPS
  3. REM
  4. REM                        F16C FLCS - TQS B50 file
  5. REM
  6. REM               Written and Tested by Stephen Voege - April, 1995
  7. REM
  8. REM ╔═════════════════════════════════════════════════════════════╗
  9. REM ║ TQS switches NOT used                                       ║
  10. REM ║ T1 T6 T11 T12 T13 T14                                       ║
  11. REM ║ Mouse type: Microsoft - Mode:(A2) Swap L/R Mouse Button     ║
  12. REM ╚═════════════════════════════════════════════════════════════╝
  13. REM ╔═════════════════════════════════════════════════════════════╗
  14. REM ║Game Settings: (Settings required for this game to use WCSII)║
  15. REM ╚═════════════════════════════════════════════════════════════╝
  16. REM
  17. REM Choose JOYSTICK with THROTTLE in SEIII
  18. REM
  19.  
  20. RATE 50
  21.  
  22. USE FCLK
  23. USE TQS
  24. USE MTYPE A2
  25.  
  26. ANT 1 5 PGUP PGDN |
  27. RNG 1 6 z x
  28.  
  29. REM ╔═════════════════════════════════════════════════════╗
  30. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  31. REM ╚═════════════════════════════════════════════════════╝
  32.  
  33. Mdef QSEIII
  34.  
  35. REM ╔════════════════════════════════════════════════════════╗
  36. REM ║ Change 'SEIII' to the name of the MDF file that you    ║
  37. REM ║ want your B50 file to reference.  For example, if you  ║
  38. REM ║ create a new B50 file called NEWSIM.B50, you might want║
  39. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  40. REM ╚════════════════════════════════════════════════════════╝
  41.  
  42. REM ╔════════════════════════════════════════════════════════════╗
  43. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  44. REM ╚════════════════════════════════════════════════════════════╝
  45.  
  46.  
  47. REM ╔═══════════════════════╗
  48. REM ║ FLCS Buttons Commands ║
  49. REM ╚═══════════════════════╝
  50.  
  51. SWAPTG
  52.  
  53. BTN TG2 /I SPC
  54.         /O /N Guns
  55.  
  56. REM ╔═══════════════════════════════════════════════════════════════════╗
  57. REM ║ Because Analog throttle is used the HAT MUST be passed DIGITAL... ║
  58. REM ║ In order for the views to work properly TURN NUMLOCK OFF once you ║
  59. REM ║ are in the cockpit..(SE III turns it ON upon entering the cockpit)║
  60. REM ║ The views are handled by toggling NUMLOCK ON then OFF again...    ║
  61. REM ╚═══════════════════════════════════════════════════════════════════╝
  62.  
  63. BTN H1U (NUML KP8 NUML)
  64. BTN H1L (NUML KP4 NUML)
  65. BTN H1R (NUML KP6 NUML)
  66. BTN H1D (NUML KP2 NUML)
  67.  
  68. BTN S1    BombMode
  69. BTN S2 /N WeaponRelease
  70.  
  71. BTN S3 /N IFF
  72.  
  73. BTN S4 /N Autopilot
  74.  
  75. BTN H2U BreakLock
  76. BTN H2L DeclutterHUD
  77. BTN H2R Auto/BoreSight
  78. BTN H2D LockTarget
  79.  
  80. BTN H3U /I /N DeclutterHUD
  81.         /O /N ModeSelect
  82. BTN H3L /I ChangeMFD-1
  83.         /O CmdMFD-1
  84. BTN H3R /I ChangeMFD-2
  85.         /O CmdMFD-2
  86. BTN H3D /I ChangeMFD-3
  87.         /O CmdMFD-3
  88.  
  89. BTN H4U /I FLIR-DayNight
  90.         /O Flare
  91. BTN H4L /I PrevSeqPoint
  92.         /O DecHUDBrightness
  93. BTN H4R /I NextSeqPoint
  94.         /O IncHUDBrightness
  95. BTN H4D /I FLIR-OnOff
  96.         /O Chaff
  97.  
  98. REM ╔═════════════════════╗
  99. REM ║ TQS Button Commands ║
  100. REM ╚═════════════════════╝
  101.  
  102. REM ** Button T1 modes: A-A designate target / A-G designate target
  103. REM ** Button T6 modes: A-A lock target / A-G generate High Resolution Map
  104.  
  105. rem BTN T1
  106.  
  107. BTN T2 L/SRangeScan
  108. BTN T3 TrackWhileScan
  109. BTN T4 RadarOnOff
  110. BTN T5 RadarRange
  111.  
  112. rem BTN T6
  113.  
  114. BTN T7 /P /N Guns
  115.        /R /N Sidewinder
  116.  
  117. BTN T8 /P /N SparrowAMRAAM
  118.        /R /N Sidewinder
  119.  
  120. BTN T9 /P /N SpeedBrake
  121.        /R /N SpeedBrake
  122.  
  123. BTN T10 /P /N SpeedBrake
  124.         /R /N SpeedBrake
  125.